Add Go Interview Practice to Learning Resources#2820
Open
Conversation
Addresses issue #2816 by adding a new Learning Resources section to the README with the Go Interview Practice platform. **Added:** - New "Learning Resources" section with structured table format - Go Interview Practice platform: Interactive learning with 4 hands-on Echo challenges - Covers routing, middleware, validation, and authentication - No setup required - developers can practice Echo immediately **Context:** - Similar learning resource has been successfully added to Gin and Fiber frameworks - Provides practical, hands-on learning experience for Echo developers - Complements existing documentation with interactive challenges The resource includes: - GitHub repository: https://github.com/RezaSi/go-interview-practice - Live platform: https://app.gointerview.dev/packages/echo - Specific Echo challenges covering core framework concepts This addition helps developers learn Echo through practical exercises and supports the framework's adoption by providing accessible learning materials. Fixes #2816 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new "Learning Resources" section to the README.md file, featuring the Go Interview Practice platform as an educational resource for Echo framework developers.
Key Changes:
- Creates a new "Learning Resources" section with a structured table format
- Adds Go Interview Practice platform entry with comprehensive description
- Positions the new section between third-party middleware and contribute sections
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Thanks @vishr and Echo team! 🙏 Could you share an approximate ETA for merging this PR? Happy to adjust anything if needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Addresses issue #2816 by adding the Go Interview Practice platform to a new "Learning Resources" section in the README.
What's Added
New Learning Resources Section:
Go Interview Practice Platform:
Why This Addition Makes Sense
Precedent & Community Support:
Educational Value:
Changelog
Added:
Impact
This change:
Format
The addition follows the same clean table format used for middleware repositories, ensuring consistency with the existing README structure.
Fixes #2816
Note: This is a low-impact, documentation-only change that adds educational value to the Echo community.